home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl2 / ntfcd101.zip / README.TXT < prev    next >
Text File  |  1996-04-15  |  5KB  |  118 lines

  1. Notify Tray CD Player
  2.  
  3. Written by Mats Ljungqvist, 1996. (mats.ljungqvist@enator.se)
  4.  
  5. Be sure to check http://www.artech.se/~mlt/software/index.html for new
  6. updates!
  7.  
  8. MSVCRT40.DLL is available at the homepage!!
  9.  
  10. ----------------------------------------------------------------------------
  11.  
  12. *No* registration is needed, but if You like, You can send me an e-mail 
  13. message telling me what You think about the program.
  14.  
  15. If You send me am e-mail You can be added to a mailing list announcing new
  16. versions.
  17.  
  18. I take no responsibility by *ANY* damages caused by this program! 
  19. (Whatever they can be...)
  20.  
  21.  
  22. History
  23. ============================================================================
  24. * This little applet was written because I was tired of the interface in
  25.   CDPLAYER.EXE. I wanted something that was easier to control by clicking 
  26.   the mouse on a spot on the screen. I think CDPLAYER is hard to find in the 
  27.   tasklist if You have a number of apps running and need to pause. Pause
  28.   is now just a double-click on the CD icon in the tray. I also though it 
  29.   would be cool to have a fast way to get the next track, also without 
  30.   having to find the CDPLAYER window. Yeah, the Taskbar is great, but I 
  31.   still think it's easier to handle the basic CD commands by clicking on 
  32.   the icon in the tray.
  33.  
  34.  
  35. Features (Check WHATSNEW.TXT for added features since last version)
  36. ============================================================================
  37. * CD Player that resides in the Notify Tray area of the taskbar in Windows 95 or 
  38.   Windows NT 4.0. 
  39. * Features right-click menu with all common CD actions and a Tracks menu 
  40.   including the names of all tracks on the current CD. 
  41. * Fast "left-click on icon" operation. One click to get the next track/play, 
  42.   two clicks to pause/resume, three clicks to get previous track. 
  43. * Artist, title, track and time (optional) displayed in Tooltip. 
  44. * Programmed play, repeat and random play.
  45. * ToolTip display options
  46. * Compatible with CDPLAYER.EXE included in Windows 95 and Windows NT 4.0. 
  47.   Can replace CDPLAYER.EXE to feature autoplay etc. 
  48. * Compatible with the track list used by CDPLAYER.EXE 
  49.  
  50. How to use
  51. ============================================================================
  52. * Right click on icon in tray brings up the control menu consisting of 
  53.   the regular CD control commands, the Tracks menu, from which You can
  54.   directly choose which track to play by looking at the track title.
  55. * Single left click on icon skips to next track/starts playing if stopped.
  56. * Double left click on icon pauses/resumes playing.
  57. * Tripple left click on icon rewinds to previous track.
  58. * CD Info is used to set the Artist name, CD title and track titles. 
  59.   Compatible with CDPLAYER.EXE.
  60. * Options is used to decide what time display format to use and some misc
  61.   settings. 
  62. * Increase poll interval in options dialog if system slows down every now
  63.   and then. (This is mostly a problem for Windows 95 users)
  64.  
  65.  
  66. Replace CDPLAYER.EXE for AutoPlay and choosing track in Explorer.
  67. ============================================================================
  68. There is two ways of changing the default CDPLAYER program, the first is 
  69. changing the registry using the Explorer File types like this:
  70.  
  71. 1. Start Explorer
  72. 2. Choose meny View and menu item Options
  73. 3. Choose tab File Types
  74. 4. Select AudioCD in the file types list and press Edit
  75. 5. Select Play in the actions list and press Edit
  76. 6. Change CDPLAYER to the path of NTFY_CD.EXE and press OK
  77. 7. Press OK in the Edit File Type dialog
  78. 8. Select CD Audio Track in the file types list and press Edit
  79. 9. Select Play in the actions list and press Edit
  80. 10. Change CDPLAYER to the path of NTFY_CD.EXE and press OK
  81. 11. Press OK in the Edit File Type dialog
  82. 12. Press OK in the Options dialog
  83.  
  84. The second way is to replace the existing CDPLAYER.EXE with ntfy_cd.exe like
  85. this:
  86.  
  87. 1. Locate Your CDPLAYER.EXE.
  88. 2. Rename it to CDPLAYER.ORG.
  89. 3. Copy NTFY_CD.EXE to CDPLAYER.EXE.
  90. 4. That's it. NTFY_CD.EXE can handle the -PLAY, /PLAY and -TRACK options 
  91.    (At least I think so, I have only tested it with a couple of CD drives)
  92.  
  93.  
  94. Enable and disable AutoRun in Registry (Thanx sissond@mail.vtls.com)
  95. ============================================================================
  96. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
  97.  
  98. On:
  99. "Autorun"=dword:00000001
  100. Off:
  101. "Autorun"=dword:00000000
  102.  
  103.  
  104. Known bugs
  105. ============================================================================
  106. * I have experienced a weird explorer hang once, which might have been 
  107.   caused by NTFY_CD. If You have any suggestions that might help me solve 
  108.   this I would be grateful. I still don't know if it was a problem related
  109.   to the NT 4.0 beta 1 (build 1234), because I have only got this problem 
  110.   once and not on Windows 95.
  111.  
  112.  
  113. Comments, suggestions, bug-reports
  114. ============================================================================
  115. e-mail to: mats.ljungqvist@enator.se
  116.  
  117. Happy usage!
  118.